home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / DTS.StyleChat / •Changes (since 4.0b2) < prev    next >
Encoding:
Text File  |  1994-05-18  |  603 b   |  19 lines  |  [TEXT/MPS ]

  1. 08/11/93 (ERS)
  2.  
  3. __________
  4.  
  5. If the user was connected to himself, then we don't want to try to auto-reconnect.
  6. (It generates a -931 error if you try.)  Logic to prevent this has been added to
  7. Window.c
  8.  
  9. __________
  10.  
  11. The main document types are 'TEXT' and 'DTST'.  Only one of them should have been the
  12. default document, namely 'TEXT'.  Both of them had the default document setting true
  13. when using the AppsToGo editor.  The last document found with this setting is the default
  14. document, which happened to be 'DTST'.  Since the code expected the default to be
  15. 'TEXT', many things didn't work.
  16.  
  17. __________
  18.  
  19.